Auto merge of #3251 - alexcrichton:fix-regr, r=brson
authorbors <bors@rust-lang.org>
Fri, 18 Nov 2016 20:32:20 +0000 (12:32 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2016 20:32:20 +0000 (12:32 -0800)
commitd1bfc0196fb4476171060cfc3ee347642f6d25e4
treef4a9868163e174db15291bc06816e4b33410580a
parentb7be4f2ef2cf743492edc6dfb55d087ed88f2d76
parenta0f0932969a0ed946fd51c17a942ed23f84dfd0f
Auto merge of #3251 - alexcrichton:fix-regr, r=brson

Fix regression with path overrides

If an override points to a path dependency then that's not locked, so we're
missing information for that, but it's already warned about, so no need to
worry.

Closes #3288